IpcSetupFailureException

Thrown when Inter-Process Communication (IPC) setup has been failed.

The IPC uses sockets to setup connection between local processes running in the environment. It is possible that the environment has a firewall software that does not allow using the available ports. In such cases this exception will be thrown.

Constructors

Link copied to clipboard
Constructs a new IpcSetupFailureException instance.
public void IpcSetupFailureException(String message, Throwable cause)
Constructs an instance of IpcSetupFailureException with the given message and cause.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
public final synchronized void addSuppressed(Throwable exception)
Link copied to clipboard
public synchronized Throwable fillInStackTrace()
Link copied to clipboard
public synchronized Throwable getCause()
Link copied to clipboard
Link copied to clipboard
public String getMessage()
Link copied to clipboard
Link copied to clipboard
public final synchronized Array<Throwable> getSuppressed()
Link copied to clipboard
public synchronized Throwable initCause(Throwable cause)
Link copied to clipboard
public void printStackTrace()
Link copied to clipboard
public void setStackTrace(Array<StackTraceElement> stackTrace)
Link copied to clipboard
public String toString()